Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService3D Class / RouteConnections Method / RouteConnections(List<StorableObject>) Method
Object, that will be considered for routing.

In This Topic
    RouteConnections(List<StorableObject>) Method
    In This Topic
    Routing of connections.
    Syntax
    public void RouteConnections( 
       List<StorableObject> listOfObjects
    )
    public:
    void RouteConnections( 
       List<StorableObject^>^ listOfObjects
    ) 

    Parameters

    listOfObjects
    Object, that will be considered for routing.
    Exceptions
    ExceptionDescription
    Thrown when necessary argument is null.
    An interface used for export could not be created.
    No user rights to create files on the file system.
    See Also